Uses of Interface
org.neo4j.helpers.Predicate

Packages that use Predicate
org.neo4j.graphdb The graph database API used by Neo4j. 
org.neo4j.graphdb.traversal   
org.neo4j.helpers.collection Collections utilities - Iterator/Iterable utilities and creating Maps. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of Predicate in org.neo4j.graphdb
 

Methods in org.neo4j.graphdb with parameters of type Predicate
 Expander Expander.addNodeFilter(Predicate<? super Node> filter)
           
 Expander Expander.addRelationsipFilter(Predicate<? super Relationship> filter)
           
 

Uses of Predicate in org.neo4j.graphdb.traversal
 

Methods in org.neo4j.graphdb.traversal with parameters of type Predicate
 TraversalDescription TraversalDescription.filter(Predicate<Path> filter)
          Sets the return filter to use, i.e.
 

Uses of Predicate in org.neo4j.helpers.collection
 

Methods in org.neo4j.helpers.collection that return Predicate
static
<T> Predicate<T>
FilteringIterable.noDuplicatesPredicate()
           
static
<T> Predicate<T>
FilteringIterable.notNullPredicate()
           
 

Constructors in org.neo4j.helpers.collection with parameters of type Predicate
FilteringIterable(Iterable<T> source, Predicate<T> predicate)
           
FilteringIterator(Iterator<T> source, Predicate<T> predicate)
           
 

Uses of Predicate in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return Predicate
static Predicate<Path> Traversal.returnAll()
          A traversal return filter which returns all Paths it encounters.
static Predicate<Path> Traversal.returnAllButStartNode()
          A traversal return filter which returns all Paths except the position of the start node.
 

Methods in org.neo4j.kernel with parameters of type Predicate
 StandardExpander StandardExpander.addNodeFilter(Predicate<? super Node> filter)
           
 StandardExpander StandardExpander.addRelationsipFilter(Predicate<? super Relationship> filter)
           
 



Copyright © 2010 Neo4j. All Rights Reserved.